home *** CD-ROM | disk | FTP | other *** search
/ Champak 141 / (Vol 141) Oct 17 2011.iso / Games / gamma-bros.swf / scripts / DefineSprite_3113 / frame_246 / DoAction.as
Encoding:
Text File  |  2011-10-17  |  145 b   |  11 lines

  1. if(Math.random() > 0.3)
  2. {
  3.    gotoAndStop("break2");
  4.    play();
  5. }
  6. else if(Math.random() > 0.3)
  7. {
  8.    gotoAndStop("break4");
  9.    play();
  10. }
  11.